org.zkoss.bind.viewModel.autoNotifyChange.enable
From Documentation
Property:
org.zkoss.bind.viewModel.autoNotifyChange.enable
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: false
Since 8.5.1
Enable posting NotifyChange when setter method called.
If the feature is turned on, every setter method in @Command
and @GlobalCommand
will post NotifyChange after being called.